home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / bm_cpio.gz / unixbm.cpio / header.h < prev    next >
C/C++ Source or Header  |  1994-07-11  |  268b  |  17 lines

  1. /* Header types */
  2. #define    NOHEADER     0
  3. #define    FROM        1
  4. #define    TO        2
  5. #define    DATE        3
  6. #define    MSGID        4
  7. #define    SUBJECT        5
  8. #define    RECEIVED    6
  9. #define    SENDER        8
  10. #define    REPLYTO        9
  11. #define    UNKNOWN        10
  12. #define STATUS        11
  13.  
  14. #ifndef NULLCHAR
  15. #define NULLCHAR (char *)0
  16. #endif
  17.